home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: DoIdle
- Sent: 6/14/96 9:32 AM
- Received: 6/14/96 9:48 AM
- From: Henri Lamiraux, lamiraux@apple.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >Henri,
- >
- >I got the idler to work "almost" the way I wanted it to by registering
- >the idler with the part (as done by ODF Clock). I would have preferred
- >for the idler to have been registered with my frame; unfortunately, I
- >don't see an easy way to get it to work with the frame.
- >
- >If anyone has an example of idling a non-target frame (from the frame's
- >class), I would still be interested in seeing how it is done.
- >
- >
- >========================================================================
- >John Casey email: jcasey@ncs-ssc.com
- >Vice President web: http://www.ncs-ssc.com
- >Nation Computer Services voice: (804) 378-8917
- > fax: (601) 689-8130
- >========================================================================
-
- Idler can be attached to a part or a frame. There are two constructors to
- FW_CIdler one taking a part the other one taking a frame. Just create the
- idler when you want to get idle time. The idler will be automatically
- deleted when the frame goes away.
-
- ........................................................................
- Henri Lamiraux lamiraux@apple.com
- Apple Computer, Inc. OpenDoc(tm) Development Framework
- ........................................................................
-
-